response.write "An error occurred and the class could not be added. Be sure that you are using a valid student ID and that you are not already enrolled in the class."
response.End
end if
%>
Student <%=lngStudentID%> has been added to class <%=strClassID%>
<hr>
<a href="classview.htm">Return to class registration page</a>